CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - API 串口通信

搜索资源列表

  1. 6.1--PCtoPC-Serial-communication

    0下载:
  2. 利用windows API MSCOMM实现串口通信的完整实例实现文件发送,字符发送,双机通信的几个工程。-use API ,MSCOMM serial communication
  3. 所属分类:Communication

    • 发布日期:2017-11-30
    • 文件大小:2180116
    • 提供者:chen
  1. windowsAPI

    0下载:
  2. 用windows API写的串口通信程序-Write the serial communication program with windows API
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:7481177
    • 提供者:张燕妮
  1. SerialCom

    0下载:
  2. 使用API实现串口通信的控件源码,基于事件驱动的串口通讯控件-API serial communication source code control, serial communication based on event-driven control
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:12519
    • 提供者:王兴权
  1. myProject

    0下载:
  2. API拦截技术在串口通信安全中的应用,已经经过测试 -API interception technology serial communication security, has been tested
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:242543
    • 提供者:wangxl
  1. serial-communication-

    0下载:
  2. Delphi开发环境下用API实现串口通信,给出简单易行的解决办法。-Delphi development environment serial communication API implementation, given the simple solution.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-06
    • 文件大小:163710
    • 提供者:jiangyi
  1. communication

    0下载:
  2. 使用Java Communications API能够正确的与Windows系统交互,实现串口通信-Use the Java Communications API can correctly interact with the Windows system, the serial communication
  3. 所属分类:JavaScript

    • 发布日期:2017-11-19
    • 文件大小:2231
    • 提供者:lilong
  1. mscom

    0下载:
  2. 利用API函数实现与下位机的串口通信,经过略微更改可以实现自己的功能-API functions for serial communication
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:1217
    • 提供者:赵京师
  1. Pcomm

    0下载:
  2. 调用该Pcomm.dll动态库,完成在C++ Builder环境下的电脑从COM口读取数据。尤其是在串口通信应用、上位机云台控制等。省去自己编写API函数,节省开发者时间。-Call the Pcomm.dll dynamic library, completed in C++ Builder environment computer to read data from the COM port. Especially in serial communications applications,
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:24928
    • 提供者:林恒
  1. BASCOMM

    0下载:
  2. MSCOMM,用API来完成,VBA做串口通信-MSCOMM, with the API to accomplish, VBA do serial communication
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:2267
    • 提供者:gln
  1. chap7

    0下载:
  2. Modem /串口通信编程 Modem编程【\chap7\Modem】 MSCOMM控件编程【\chap7\MSCOMM】 串口通信API编程【\chap7\MySerialCom】 -Modem/serial communication programming Modem [\ chap7 \ Modem] MSCOMM control programming [\ chap7 \ MSCOMM] serial communication API programming [\
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-18
    • 文件大小:534023
    • 提供者:Vision
  1. Float-Process

    1下载:
  2. VB串口通信中经常会遇到10进制浮点数转为多字节Byte数据类型的情况,以及在接收后需转为10进制浮点数需求。 VB有专门的API函数CopyMemory能处理2-10进制浮点数转换和10-2进制浮点数转换。 下列代码演示了10进制Single(单精度浮点型转为16进制字符显示的浮点数和其相反运算: -VB serial communication often encounter decimal floating-point to multi-byte Byte data type,
  3. 所属分类:MPI

    • 发布日期:2016-08-22
    • 文件大小:13312
    • 提供者:冀鹏超
  1. API-com

    0下载:
  2. 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:209159
    • 提供者:chowyu
  1. MyCom1.1

    0下载:
  2. 串口通信调试软件,基于windows api编写,功能比较简单,但对于串口通信、数据校验的学习有一些帮助,集成了CRC16\CRC16-Modbus\crc8\xor\sum等多种校验方式-Serial communication debugging software, based on windows api to write, relatively simple, but for serial communication, data validation study have some he
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1066732
    • 提供者:chenruitian
  1. serialport_C

    0下载:
  2. 包含串口通信的一些小例子,很适合初学者,包括MSComm串口、API串口、TTY终端仿真-Contains some small examples of serial communication, it is suitable for beginners, including MSComm serial, API serial, TTY terminal emulation
  3. 所属分类:Communication

    • 发布日期:2017-06-17
    • 文件大小:27071903
    • 提供者:mikeli
  1. SerCom-0815

    0下载:
  2. 本程序实现了发送和接收数据的功能,采用了串口通信,实现串口通信采用的是windows API函数实现的。-This procedure has the function of sending and receiving data, using serial communications, serial communications using windows API function to achieve.
  3. 所属分类:Communication

    • 发布日期:2017-06-17
    • 文件大小:27319575
    • 提供者:飘彦
  1. Serial

    0下载:
  2. 在win32 环境中,调用Windows的API函数,这种方法可以清楚地掌握串口通信的机制,并且自由灵活-In the win32 environment, calling Windows API functions, this approach can clearly grasp the mechanism of serial communication, and the freedom and flexibility
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:142365
    • 提供者:wwchao
  1. UARTTest

    0下载:
  2. 用API函数写的串口通信,对于读着更好理解串口,写的比较简单,可以自己一次开发动态链接库-Using the API function to write the serial communication port for a better understanding of reading and writing is relatively simple, you can own a development dynamic link library
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1995269
    • 提供者:路明
  1. SeriesSample

    0下载:
  2. Wince的串口通信程序,基于API函数的串口通信,不同与Serialport类串口通信-Wince serial communication procedures, serial communication based on the API function, unlike Serialport class a serial port communication
  3. 所属分类:Windows CE

    • 发布日期:2017-05-29
    • 文件大小:12055422
    • 提供者:汪炳
  1. 01

    0下载:
  2. VC++串口通信利用API函数实现字符发送-VC++ serial communication API functions use character transmission
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:34819
    • 提供者:danny
  1. SPCOMM2.5

    0下载:
  2. 一款非常好用的spcomm串口控件,使用API函数或者在Delphi 中调用其它串口通讯程序。利用API编写串口通信程序较为复杂,需要掌握大量通信知识,其优点是可实现的功能更强大,应用面更广泛-A very useful spcomm serial control
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:22935
    • 提供者:lijiqing
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com